home *** CD-ROM | disk | FTP | other *** search
/ TEKNO 1995 January / TEKNO 1-1995.iso / machines / machines.bat < prev    next >
DOS Batch File  |  1995-08-22  |  241b  |  18 lines

  1. @echo off
  2. cls
  3. if not exist creation.cfg goto s_set
  4.  
  5. :play
  6. intro.exe
  7. machine.exe
  8. tm.exe
  9. goto end
  10.  
  11. :s_set
  12. init.exe
  13. setsound.exe
  14. if exist creation.cfg goto play
  15. @echo Sound configuration file not found - please try again
  16.  
  17. :end
  18.